home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / icon8_fx.zoo / diffs / common / makefile
Encoding:
Makefile  |  1990-12-17  |  439 b   |  14 lines

  1. CC=gcc
  2. CFLAGS=-O -fstrength-reduce -fcombine-regs -fomit-frame-pointer
  3.  
  4. OBJS = getopt.o long.o memory.o time.o
  5.  
  6. all: $(OBJS)
  7.  
  8. ###
  9. getopt.o : getopt.c ..\h\config.h ..\h\define.h ..\h\proto.h  cproto.h 
  10. long.o : long.c ..\h\config.h ..\h\define.h ..\h\proto.h cproto.h \
  11.   ..\h\cpuconf.h 
  12. memory.o : memory.c ..\h\config.h ..\h\define.h ..\h\proto.h cproto.h 
  13. time.o : time.c ..\h\config.h ..\h\define.h ..\h\proto.h cproto.h 
  14.